home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / manageme / tcpdump-.001 / tcpdump-~ / tcpdump-3.0.2-linux / tcpdump-3.0.2 / util.c.diff < prev    next >
Encoding:
Text File  |  1995-09-30  |  321 b   |  16 lines

  1. *** ../tcpdump-3.0.2~/util.c    Thu Apr 27 19:53:56 1995
  2. --- util.c    Sat Sep 30 01:38:56 1995
  3. ***************
  4. *** 318,322 ****
  5.   gmt2local()
  6.   {
  7. ! #ifndef SVR4
  8.       struct timeval tv;
  9.       struct timezone tz;
  10. --- 318,322 ----
  11.   gmt2local()
  12.   {
  13. ! #if !defined(SVR4) && !defined(linux)
  14.       struct timeval tv;
  15.       struct timezone tz;
  16.